home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_1416 / frame_22 / DoAction.as
Encoding:
Text File  |  2008-11-12  |  259 b   |  18 lines

  1. if(getProperty("_root.Gts", _visible) == 1)
  2. {
  3.    set("/Variables:GtsOuvert",true);
  4. }
  5. else
  6. {
  7.    set("/Variables:GtsOuvert",false);
  8. }
  9. tellTarget("_root")
  10. {
  11.    gotoAndStop("PortailIni");
  12.    play();
  13. }
  14. tellTarget("_parent")
  15. {
  16.    gotoAndStop(1);
  17. }
  18.